Remove ARM deployment in test resources#7113
Conversation
benbp
commented
Oct 12, 2023
- Resilient blob deletion handling
- Remove ARM deployment after deploy
|
The following pipelines have been queued for testing: |
Co-authored-by: Heath Stewart <heaths@outlook.com>
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
| } | ||
|
|
||
| Write-Host "Deleting ARM deployment as it may contain secrets. Deployed resources will not be affected." | ||
| $null = $deployment | Remove-AzResourceGroupDeployment |
There was a problem hiding this comment.
Are we sure this only removes the deployment outputs? Do you know if this content ends up in any other logs?
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#7113 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Heath Stewart <heaths@outlook.com>